- /* sxmput.cpp by K.Tsuru */
- // function ID = 591 BRADIX --> DRADIX
- /*****************************************************
- SDecimal class
- It converts into DRADIX and outputs to present stream.
- *****************************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- long SDecimal::Put(long fig, long pr, int perLine, int mode, int delmt) const{
- SDouble a;
- a = ConvToDec();
- return a.Put(fig, pr, perLine, mode, delmt);
- }
sxmput.cpp : last modifiled at 2015/12/15 14:05:16(459 bytes)
created at 2015/12/22 16:09:56
The creation time of this html file is 2017/10/27 15:45:59 (Fri Oct 27 15:45:59 2017).